home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
USA Bestseller
/
USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso
/
e204
/
ucalc.de
< prev
next >
Wrap
Text File
|
1994-08-16
|
773b
|
17 lines
; This file may be renamed 'UCALC.DEF'
; If you like this program, please pay the registration fee.
; Each registration makes a difference. Don't put it off for later.
e = exp(1) ; Natural log constant (2.71828182845904524)
h = 6.62607540E-34 ; Planck's constant (J s)
logx(base,num) = log(num) / log(base)
fix 10 ; Displays only 10 significant digits
prec 5 ; Increases plotting speed by reducing graphic precision
mode ega ; Other options are CGA, VGA, and HGC
window(-10,10,-7,7) ; This setting makes the crosshair give a better reading
; in the EGA mode
write"ucalc.log" ; Use this if you want to record your UCALC session to
; a file